home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1998 January / PC Answers Issue 49 Cover CD January 1998.iso / Apps / Director / DATA.Z / Ink Effects.dir / Scripts_2_startMovie.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  1.5 KB  |  16 lines

  1. on prepareMovie
  2.   global gCurrentInkPosition, gCurrentInk, gInkList, gInkTextList, gRelatedInksList, gThisPair, gRelatedInksTextList, gLeftInkList, gRightInkList, gObjectH, gObjectV
  3.   initStandardElements()
  4.   set gCurrentInkPosition to 1
  5.   set gCurrentInk to "Copy"
  6.   set gInkList to ["copy": 0, "matte": 8, "bktrans": 36, "transparent": 1, "reverse": 2, "ghost": 3, "NotCopy": 4, "NotTransparent": 5, "NotReverse": 6, "NotGhost": 7, "mask": 9, "blend": 32, "darkest": 39, "lightest": 37, "add": 34, "addPin": 33, "subtract": 38, "subtractPin": 35]
  7.   set gInkTextList to ["copy": "copytxt", "matte": "mattetxt", "bktrans": "bktranstxt", "transparent": "transparenttxt", "reverse": "reversetxt", "ghost": "ghosttxt", "NotCopy": "NotCopytxt", "NotTransparent": "NotTransparenttxt", "NotReverse": "NotReversetxt", "NotGhost": "NotGhosttxt", "mask": "masktxt", "blend": "blendtxt", "darkest": "darkesttxt", "lightest": "lightesttxt", "add": "addtxt", "addPin": "addPintxt", "subtract": "subtracttxt", "subtractPin": "subtractPintxt"]
  8.   set gRelatedInksList to ["0": 54, "1": 66, "2": 78, "3": 90, "4": 102, "5": 114, "6": 126]
  9.   set gThisPair to 0
  10.   set gRelatedInksTextList to ["0": "copy/not", "1": "transparent/not", "2": "reverse/not", "3": "ghost/not", "4": "dark/light", "5": "subtract/spin", "6": "add/apin"]
  11.   set gLeftInkList to ["0": 0, "1": 1, "2": 2, "3": 3, "4": 39, "5": 38, "6": 34]
  12.   set gRightInkList to ["0": 4, "1": 5, "2": 6, "3": 7, "4": 37, "5": 35, "6": 33]
  13.   set gObjectH to 0
  14.   set gObjectV to 0
  15. end
  16.